From 27548b038990ebb8317d4b0da2b031d1fe3101f0 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 19:56:54 -0400 Subject: [PATCH] Combine related thoughts into the same paragraph --- src/doc/specifying-dependencies.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/doc/specifying-dependencies.md b/src/doc/specifying-dependencies.md index 8abb06533..686032610 100644 --- a/src/doc/specifying-dependencies.md +++ b/src/doc/specifying-dependencies.md @@ -49,10 +49,8 @@ be allowed with them: While SemVer says that there is no compatibility before 1.0.0, many programmers treat a `0.x.y` release in the same way as a `1.x.y` release: that is, `y` is -incremented for bugfixes, and `x` is incremented for new features. - -As such, Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be -compatible. +incremented for bugfixes, and `x` is incremented for new features. As such, +Cargo considers a `0.x.y` and `0.x.z` version, where `z > y`, to be compatible. ## Tilde requirements -- 2.30.2